home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (PL) 2013 August
/
PC_Format_082013.iso
/
gry - planszowe
/
mahjong city
/
mahjong-city.exe
/
install_script.iss
Wrap
Text File
|
2013-06-06
|
3KB
|
61 lines
;InnoSetupVersion=5.4.2 (Unicode)
[Setup]
AppName={code:theGameName}
AppVerName={code:theGameName}
AppId={code:theGameName}
AppPublisher=My Real Games Ltd
AppPublisherURL=http://www.myrealgames.com/
DefaultDirName={pf}\{code:theCompanyName}\{code:theGameName}
DefaultGroupName={code:theCompanyName}\{code:theGameName}
OutputBaseFilename=in
Compression=lzma2
LicenseFile=embedded\License.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\game.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0;
Source: "{app}\install.url"; DestDir: "{app}"; MinVersion: 0.0,5.0;
Source: "{app}\play.url"; DestDir: "{app}"; MinVersion: 0.0,5.0;
Source: "{app}\uninstall.url"; DestDir: "{app}"; MinVersion: 0.0,5.0;
Source: "{app}\website.url"; DestDir: "{app}"; MinVersion: 0.0,5.0;
[Run]
Filename: "{app}\redist\dotnetfx35setup.exe"; Parameters: "/q"; Description: "Install Microsoft .NET Framework 3.5 SP1 (required)"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist
Filename: "{app}\redist\xnafx31_redist.msi"; Parameters: "/quiet"; Description: "Install the Microsoft XNA Framework (required)"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist
Filename: "{app}\install.url"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist hidewizard nowait
[UninstallRun]
Filename: "{app}\uninstall.url"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist hidewizard nowait
[Icons]
Name: "{userdesktop}\{code:theGameName}"; Filename: "{app}\{code:theExecutableFile}"; WorkingDir: "{app}"; MinVersion: 0.0,5.0;
Name: "{group}\Play {code:theGameName}"; Filename: "{app}\{code:theExecutableFile}"; WorkingDir: "{app}"; MinVersion: 0.0,5.0;
Name: "{group}\Visit {code:theCompanyName}"; Filename: "{app}\website.url"; WorkingDir: "{app}"; IconFilename: "{app}\{code:theIconFilename}"; MinVersion: 0.0,5.0;
Name: "{group}\Uninstall {code:theGameName}"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; MinVersion: 0.0,5.0;
[InstallDelete]
Type: filesandordirs; Name: "{app}\*.*";
Type: filesandordirs; Name: "{group}\*.*";
[UninstallDelete]
Type: filesandordirs; Name: "{app}\*.*";
Type: filesandordirs; Name: "{group}\*.*";
[CustomMessages]
default.NameAndVersion=%1 version %2
default.AdditionalIcons=Additional icons:
default.CreateDesktopIcon=Create a &desktop icon
default.CreateQuickLaunchIcon=Create a &Quick Launch icon
default.ProgramOnTheWeb=%1 on the Web
default.UninstallProgram=Uninstall %1
default.LaunchProgram=Launch %1
default.AssocFileExtension=&Associate %1 with the %2 file extension
default.AssocingFileExtension=Associating %1 with the %2 file extension...
[Languages]
; These files are stubs
; To achieve better results after recompilation, use the real language files
Name: "default"; MessagesFile: "embedded\default.isl";